ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedMultiRow Namespace / TransposedMultiRow<T> Class / LayoutDefinition Property

In This Topic
    LayoutDefinition Property (TransposedMultiRow<T>)
    In This Topic
    Gets or sets an array that defines the layout of the rows used to display each data item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LayoutDefinition As IList(Of CellGroup)
    public IList<CellGroup> LayoutDefinition {get;}
    See Also